home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 December / Software of the Month Club 1996 December.iso / pc / dos / biz / ticklex / back.bat next >
Encoding:
DOS Batch File  |  1993-03-02  |  207 b   |  12 lines

  1. echo off
  2. cls
  3. echo  SYNTAX:             BACK HardDrive: BackupFloppyDrive:
  4. echo .
  5. echo             example: BACK C: A:
  6. echo .
  7. echo .
  8. if x==%1x goto END
  9. if x==%2x goto END
  10. backup %1*.LB? %2 /S
  11. :END
  12.